net/http.transferWriter.ByteReadCh (field)

6 uses

	net/http (current package)
		transfer.go#L73: 	ByteReadCh   chan readResult // non-nil if probeRequestBody called
		transfer.go#L206: 	t.ByteReadCh = make(chan readResult, 1)
		transfer.go#L214: 		t.ByteReadCh <- rres
		transfer.go#L215: 		close(t.ByteReadCh)
		transfer.go#L219: 	case rres := <-t.ByteReadCh:
		transfer.go#L1071: 	rres := <-fr.tw.ByteReadCh